github.com/jackc/pgx/v5/internal/stmtcache.LRUCache.cap (field)

4 uses

	github.com/jackc/pgx/v5/internal/stmtcache (current package)
		lru_cache.go#L21: 	cap      int
		lru_cache.go#L36: 		cap:        cap,
		lru_cache.go#L70: 	if c.len == c.cap {
		lru_cache.go#L131: 	return c.cap